Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Publisher ID
Body
application/json
curl --request PUT \
--url https://api.tagdeliver.com/v1/tag/{uid}/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"uid": 123,
"organisation": 123,
"domain": "<string>",
"display_name": "<string>",
"label": "<string>",
"tier": 123,
"config": {
"rss_feed": "<string>",
"dev_cipt": true,
"dpcd": true
},
"date_added": "<string>",
"status": 123,
"tag_version": "<string>",
"target_branch": "<string>",
"iabCategories": "<string>",
"o&o": 123,
"beta": true,
"deploy_freeze": {},
"approval_status": 123,
"third_party_adstxt": "<string>",
"mapping": {
"706": "<string>",
"768": "<string>"
}
}'{
"results": {
"uid": 18425,
"organisation": 1,
"domain": "cipt.demo.contentignite.com",
"display_name": "",
"label": "Beta",
"tier": 3,
"config": {
"rss_feed": "",
"dev_cipt": true
},
"date_added": "2023-10-30 09:32:14",
"status": 1,
"status_app": 0,
"tag_version": "beta.5d7fe37b",
"target_branch": "beta",
"iabCategories": "IAB24",
"approved": 1,
"logo": null,
"logo_dark": null,
"o&o": 0,
"custom_kv": null,
"beta": true
},
"success": true
}Sets the publisher level configuration for the given publisher
curl --request PUT \
--url https://api.tagdeliver.com/v1/tag/{uid}/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"uid": 123,
"organisation": 123,
"domain": "<string>",
"display_name": "<string>",
"label": "<string>",
"tier": 123,
"config": {
"rss_feed": "<string>",
"dev_cipt": true,
"dpcd": true
},
"date_added": "<string>",
"status": 123,
"tag_version": "<string>",
"target_branch": "<string>",
"iabCategories": "<string>",
"o&o": 123,
"beta": true,
"deploy_freeze": {},
"approval_status": 123,
"third_party_adstxt": "<string>",
"mapping": {
"706": "<string>",
"768": "<string>"
}
}'{
"results": {
"uid": 18425,
"organisation": 1,
"domain": "cipt.demo.contentignite.com",
"display_name": "",
"label": "Beta",
"tier": 3,
"config": {
"rss_feed": "",
"dev_cipt": true
},
"date_added": "2023-10-30 09:32:14",
"status": 1,
"status_app": 0,
"tag_version": "beta.5d7fe37b",
"target_branch": "beta",
"iabCategories": "IAB24",
"approved": 1,
"logo": null,
"logo_dark": null,
"o&o": 0,
"custom_kv": null,
"beta": true
},
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Publisher ID
Show child attributes
Show child attributes
Was this page helpful?